/* CSS for Deck Page*/

/*Define body background and font*/

/*last updated Aug 2014*/

body{
	background-image:url(../backgrounds/dark%20treadplate.jpg);
	background-repeat: repeat;}

h1 {
	color: aqua;
	font-size: 24pt;
	font-weight: bold;
	font-style: italic;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	text-shadow: 0.2em 0.2em #333;}

h2 {
	color: aqua;
	font-size: 14pt;
	font-weight: none;
	font-family: arial, helvetica;
	text-align: center;}
p {
	color: aqua;
	font-size: 14pt;
	font-weight: none;
	font-family: arial, helvetica;
	text-align: center;}
	
p2 {
	color: #FF0;
	font-size: 12pt;
	font-weight: none;
	font-family: arial, helvetica;
	text-align: center;}
	
p.grn {
	color: #566047;
	font-size: 14pt;
	font-weight: none;
	font-family: arial, helvetica;
	text-align: center;}



/*table appearance*/

table.main {
	border: 3px;
	cell-spacing: 2px;
	cell-padding: 5px;
	background-color: #FFFFCC;
	border-width: 6px;}

td.onecolumn {
	background-color:#FFFFCC;
	text-align: left;
	vertical-align: top;
	font-family: arial, helvetica;
	font-size: 14pt;
}

td.normal {
	background-color:#FFFFCC;
	text-align: center;
	font-family: arial, helvetica;
	font-weight: bold;
	font-size: 11pt;
	font-color: #566047;
}

td.tdilink {
	background-color:#FFFFCC;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-color: #0f3b5f;
}


td.title {
	background-color:#d7d7d7;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 12pt;
	font-weight: bold;
	font-color: #566047;
}

td.smtitle{
	background-color:#d7d7d7;
	text-align: left;
	font-family: arial, helvetica;
	font-size: 12pt;
	font-weight: bold;}

td.grntitle{
	background-color:#FFFFCC;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-weight: none;
	font-color: #566047;}	



/*This part determines the link appearance*/

a:link{
	font-weight: none;
	font-size: 11pt;
	text-decoration: none;
	color: #471A14;
	font-weight: bold;}


a:visited{
	text-decoration: none;
	color: #471A14;
	font-weight: bold;}

a:hover{
	font-weight: bold;
	text-decoration: underline;
	color: #00C;}

a:active{
	font-weight: bold;
	text-decoration: underline;
	color: black;}


a.tdilink {
	text-align: center;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-color: navy;}


a.tdilink: visited {
	text-align: center;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-color: gray;}

a.tdilink: hover{
	color: black;
	text-decoration: underline;}

a.tdilink: active{
	color: black;
	text-decoration: underline;}
